home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / dos999.zip / 2702.TXT < prev    next >
Text File  |  1993-03-31  |  5KB  |  103 lines

  1. ___________________________________________________________________________
  2. STACKER NOTE                                                   STACKER NOTE
  3. Title: DOS startup message: "Bad or Missing Command Interpreter"
  4. STAC FAX Index #2702 - 7/2/92                           
  5. ___________________________________________________________________________
  6. Background.
  7.  
  8.    Although this message can mean that Command.com is corrupt, it usually 
  9.    indicates that DOS is unable to locate it.  DOS attempts to load 
  10.    Command.com after executing the last command in Config.sys.  Therefore, 
  11.    on a system where the boot drive has been Stacked, this means Command.com 
  12.    will usually be loaded from the C: Stacker drive and not the original boot 
  13.    drive.  This is O.K. as long as Command.com is in the place that DOS is 
  14.    looking.            
  15.  
  16. Telling DOS where to look.
  17.  
  18.    It is possible to instruct DOS where to find the command interpreter by 
  19.    using the shell statement in Config.sys.  For example, the following:  
  20.               
  21.               SHELL=C:\DOS\COMMAND.COM /p 
  22.    
  23.    tells DOS to load Command.com from the DOS directory on the C: drive. 
  24.    (Having no Shell command is the same as using shell=C:\COMMAND.COM /p.)
  25.    
  26.    If you wish to load Command.com from the uncompressed (swapped) boot 
  27.    drive, the command would be something like: 
  28.               
  29.               SHELL=D:\COMMAND.COM /p    
  30.    
  31.    where D: is the drive letter of the uncompressed, stacked boot drive.  
  32.    Make sure Command.com exists in the location you are pointing the SHELL 
  33.    statement!  
  34.  
  35. Getting the system up and running.
  36.  
  37.    When getting the "bad or missing command interpreter" message, there are 
  38.    a couple ways to get the stacked system "up".  
  39.  
  40.         1. To disable the Stacker SSWAP and read Command.com from the 
  41.            uncompressed drive, restart the system and hold down the 
  42.            2 shift keys. (Do this after the diagnostic beep or you 
  43.            will get a keyboard error.)  
  44.                  
  45.          * SSWAP will then prompt: "proceed with SWAP y/n?"
  46.                                  
  47.          * Type "N"o (or F10) to disable SSWAP.
  48.                         
  49.            The system will now read Command.com from the C: boot
  50.            drive.  Examine the Shell statement in C:Config.sys and
  51.            make sure Command.com is in the right place (on the 
  52.            Stacker drive).  
  53.  
  54.         2. Or, boot from a system diskette, edit C:\Config.sys and 
  55.            redirect the SHELL to the uncompressed host boot drive.
  56.            For example:   SHELL=D:\COMMAND.COM   
  57.            In this example, Command.com needs to be in the root 
  58.            directory of the boot drive.  
  59.                     
  60.            Note: If swapping, make sure the /SYNC parameter is in 
  61.            place on the SSWAP device line.  For example:   
  62.                            
  63.                 DEVICE=C:\STACKER\SSWAP.COM C:\STACVOL.DSK /SYNC 
  64.                     
  65.            This tells Stacker to make sure Command.com is in the       
  66.            same place on both the Stacker drive and uncompressed
  67.            host.
  68.  
  69.    If you are still encountering the message, try replacing Command.com with                    
  70.    a copy from the system startup disk.  Still no luck ? It is possible that 
  71.    the file is residing on a bad sector.  Try running a surface test utility 
  72.    on the drive to locate and mark any bad areas.  You can also rename 
  73.    Command.com and recopy from the system diskette to write it to another 
  74.    area on the disk.
  75.  
  76. Q: I'm getting the message "Incorrect DOS version"  "Bad or missing Command 
  77.    Interpreter" after running the STACDOS5 (DOS 5.0 upgrade batch file).
  78.  
  79. A: Stacker's DOS 5.0 upgrade batch file will occasionally not finish because
  80.    DOS doesn't like the current partitioning of the hard disk.  Upon system 
  81.    restart, the user encounters this message because the new version of 
  82.    Command.com is on the Stacker drive while the old versions of the 
  83.    system files are on the Boot drive.  To remedy this situation:        
  84.         1. Get the system started by using one of the above methods.
  85.         2. Insert disk #1 of the MSDOS 5.0 Upgrade and run Setup /F to 
  86.            install to floppies. ( You will need some extra floppies for 
  87.            this operation and you will be asked to label them.)
  88.         3. Restart your system with the new STARTUP diskette in drive A:
  89.         4. Insert the new SUPPORT diskette and type:   SYS C:
  90.            Note: this diskette may be labeled STARTUP/SUPPORT.  
  91.            (If prompted to insert the system diskette, place the startup disk
  92.            back in A:)
  93.         5. The message "system transferred" tells you the hard disk is now 
  94.            ready to boot under DOS 5.0.   
  95.         6. Before restarting your system, examine the C:\DOS directory and 
  96.            replace any of the old DOS files.  Just compare the file dates 
  97.            with those on your new diskettes, delete the old and copy in the
  98.            new.          
  99.         7. The DOS 5.0 Upgrade should now be complete.
  100.  
  101. ___________________________________________________________________________
  102. Copyright 1993, Stac Electronics                    
  103.